home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
windows
/
win31
/
skyw200.arj
/
PLANETS.SCR
< prev
next >
Wrap
Text File
|
1993-08-30
|
335b
|
20 lines
;@Show &planets now visible
; show all planets now visible
; with a 10 second wait between each
set_scale 3
set_switch "solabv",1
for p=1 to 9
if p<>3 then
get_equ "planet",p,Ra,Dec
equ2hor Ra,Dec,Alt,Azm
if Alt>0 then
set_center "planet",p
plot_map
wait 10
endif
endif
next